home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / cr.dir / 00004_Abuse FS.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  423 b   |  18 lines

  1. on exitFrame
  2.   global gCRAbuseList, cCRAbuseCount, gCRCurrMsg
  3.   UIRollover(47, -1)
  4.   hRolloverScript("Abuse")
  5.   if the timer > 2740 then
  6.     set gCRCurrMsg to gCRCurrMsg + 1
  7.     if gCRCurrMsg > cCRAbuseCount then
  8.       set vMsg to EMPTY
  9.     else
  10.       set vMsg to getAt(gCRAbuseList, gCRCurrMsg)
  11.     end if
  12.     set the text of cast "Abuse Label" to vMsg
  13.     put "Duck" && vMsg
  14.     startTimer()
  15.   end if
  16.   go(the frame)
  17. end
  18.